*,::after,::before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}img{max-width:100%}body{font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#606060}.container{width:50%;max-width:500px;margin:0 auto}@media (max-width:768px){.container{width:90%;max-width:unset}}.events{padding:25px 10px}.events__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem}.events__header__icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.events__header__icons>*{width:.75rem;opacity:.75;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.events__header__icons>:hover{opacity:1}.events__calendar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;margin-bottom:2.5rem}.events__calendar .col p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;cursor:pointer}.events__calendar .col p>span+span{color:#000;font-weight:600;width:25px;height:25px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.events__calendar .col.active p>span+span,.events__calendar .col:hover p>span+span{background-color:#33318e;color:#fff}.events .list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;border:1px solid #99999940;border-radius:.5rem;padding:.75rem;margin-bottom:1.25rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer}.events .list__item.active,.events .list__item:hover{background-color:#33318e;color:#fff;border-color:transparent;-webkit-box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px;box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px}.events .list__item.active img,.events .list__item:hover img{-webkit-filter:invert(1);filter:invert(1)}.events .list__item.active h5,.events .list__item:hover h5{color:inherit}.events .list__item__icon{width:50px;height:50px}.events .list__item__icon img{opacity:.75}.events .list__item__info{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.events .list__item__info h5{color:#333;font-size:calc(1rem + .5vw)}.events .list__item__time{font-size:1.2rem}